home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wdj0697.zip / TECHTIPS.ZIP / TIPS.RC < prev    next >
Text File  |  1996-06-04  |  9KB  |  314 lines

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10.  
  11. #include "afxres.h"
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15.  
  16. #ifdef APSTUDIO_INVOKED
  17.  
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // TEXTINCLUDE
  21. //
  22.  
  23. 1 TEXTINCLUDE DISCARDABLE 
  24. BEGIN
  25.     "resource.h\0"
  26. END
  27.  
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""\r\n"
  31.     "\0"
  32. END
  33.  
  34. 3 TEXTINCLUDE DISCARDABLE 
  35. BEGIN
  36.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  37.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  38.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  39.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  40.     "\r\n"
  41.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  42.     "#ifdef _WIN32\r\n"
  43.     "LANGUAGE 9, 1\r\n"
  44.     "#pragma code_page(1252)\r\n"
  45.     "#endif\r\n"
  46.     "#include ""res\\Tips.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  47.     "#include ""afxres.rc""      // Standard components\r\n"
  48.     "#endif"
  49.     "\0"
  50. END
  51.  
  52. #endif    // APSTUDIO_INVOKED
  53.  
  54.  
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Icon
  58. //
  59.  
  60. // Icon with lowest ID value placed first to ensure application icon
  61. // remains consistent on all systems.
  62. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Tips.ico"
  63.  
  64. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  65. #ifdef _WIN32
  66. LANGUAGE 9, 1
  67. #pragma code_page(1252)
  68. #endif
  69. IDR_TIPSTYPE         ICON    DISCARDABLE     "res\\TipsDoc.ico"
  70. #endif
  71.  
  72.  
  73.  
  74. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  75. #ifdef _WIN32
  76. LANGUAGE 9, 1
  77. #pragma code_page(1252)
  78. #endif
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Menu
  82. //
  83.  
  84. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  85. BEGIN
  86.     POPUP "&File"
  87.     BEGIN
  88.         MENUITEM "&New\tCtrl+N",                ID_FILE_NEW
  89.         MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN
  90.         MENUITEM "&Save\tCtrl+S",               ID_FILE_SAVE
  91.         MENUITEM "Save &As...",                 ID_FILE_SAVE_AS
  92.         MENUITEM SEPARATOR
  93.         MENUITEM "Recent File",                 ID_FILE_MRU_FILE1,GRAYED
  94.         MENUITEM SEPARATOR
  95.         MENUITEM "E&xit",                       ID_APP_EXIT
  96.     END
  97.     POPUP "&Edit"
  98.     BEGIN
  99.         MENUITEM "&Undo\tCtrl+Z",               ID_EDIT_UNDO
  100.         MENUITEM SEPARATOR
  101.         MENUITEM "Cu&t\tCtrl+X",                ID_EDIT_CUT
  102.         MENUITEM "&Copy\tCtrl+C",               ID_EDIT_COPY
  103.         MENUITEM "&Paste\tCtrl+V",              ID_EDIT_PASTE
  104.     END
  105.     POPUP "&Help"
  106.     BEGIN
  107.         MENUITEM "&About Tips...",          ID_APP_ABOUT
  108.     END
  109. END
  110.  
  111.  
  112.  
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // Accelerator
  116. //
  117.  
  118. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE
  119. BEGIN
  120.     "N",            ID_FILE_NEW,            VIRTKEY,CONTROL
  121.     "O",            ID_FILE_OPEN,           VIRTKEY,CONTROL
  122.     "S",            ID_FILE_SAVE,           VIRTKEY,CONTROL
  123.     "Z",            ID_EDIT_UNDO,           VIRTKEY,CONTROL
  124.     "X",            ID_EDIT_CUT,            VIRTKEY,CONTROL
  125.     "C",            ID_EDIT_COPY,           VIRTKEY,CONTROL
  126.     "V",            ID_EDIT_PASTE,          VIRTKEY,CONTROL
  127.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY,ALT
  128.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY,SHIFT
  129.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY,CONTROL
  130.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY,SHIFT
  131.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  132.     VK_F6,          ID_PREV_PANE,           VIRTKEY,SHIFT
  133. END
  134.  
  135.  
  136.  
  137.  
  138. /////////////////////////////////////////////////////////////////////////////
  139. //
  140. // Dialog
  141. //
  142.  
  143. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  144. CAPTION "About Tips"
  145. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  146. FONT 8, "MS Sans Serif"
  147. BEGIN
  148.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  149.     LTEXT           "Tips Version 1.0",IDC_STATIC,40,10,119,8,
  150.                     SS_NOPREFIX
  151.     LTEXT           "Copyright \251 1996",IDC_STATIC,40,25,119,8
  152.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  153. END
  154.  
  155.  
  156. /////////////////////////////////////////////////////////////////////////////
  157. //
  158. // Version
  159. //
  160.  
  161. VS_VERSION_INFO     VERSIONINFO
  162.   FILEVERSION       1,0,0,1
  163.   PRODUCTVERSION    1,0,0,1
  164.  FILEFLAGSMASK 0x3fL
  165. #ifdef _DEBUG
  166.  FILEFLAGS 0x1L
  167. #else
  168.  FILEFLAGS 0x0L
  169. #endif
  170.  FILEOS 0x4L
  171.  FILETYPE 0x1L
  172.  FILESUBTYPE 0x0L
  173. BEGIN
  174.     BLOCK "StringFileInfo"
  175.     BEGIN
  176.         BLOCK "040904B0"
  177.         BEGIN 
  178.             VALUE "CompanyName",     "\0"
  179.             VALUE "FileDescription", "TIPS MFC Application\0"
  180.             VALUE "FileVersion",     "1, 0, 0, 1\0"
  181.             VALUE "InternalName",    "TIPS\0"
  182.             VALUE "LegalCopyright",  "Copyright \251 1996\0"
  183.             VALUE "LegalTrademarks", "\0"
  184.             VALUE "OriginalFilename","TIPS.EXE\0"
  185.             VALUE "ProductName",     "TIPS Application\0"
  186.             VALUE "ProductVersion",  "1, 0, 0, 1\0"
  187.         END
  188.     END
  189.     BLOCK "VarFileInfo" 
  190.     BEGIN 
  191.         VALUE "Translation", 0x409, 1200
  192.     END
  193. END
  194.  
  195. /////////////////////////////////////////////////////////////////////////////
  196. //
  197. // DESIGNINFO
  198. //
  199.  
  200. #ifdef APSTUDIO_INVOKED
  201. GUIDELINES DESIGNINFO DISCARDABLE 
  202. BEGIN
  203.     IDD_ABOUTBOX, DIALOG
  204.     BEGIN
  205.         LEFTMARGIN, 7
  206.         RIGHTMARGIN, 210
  207.         TOPMARGIN, 7
  208.         BOTTOMMARGIN, 48
  209.     END
  210. END
  211. #endif    // APSTUDIO_INVOKED
  212.  
  213. /////////////////////////////////////////////////////////////////////////////
  214. //
  215. // String Table
  216. //
  217.  
  218. STRINGTABLE PRELOAD DISCARDABLE 
  219. BEGIN
  220.     IDR_MAINFRAME           "Tips\n\nTips\n\n\nTips.Document\nTips Document"
  221. END
  222. STRINGTABLE PRELOAD DISCARDABLE 
  223. BEGIN
  224.     AFX_IDS_APP_TITLE       "Tips"
  225.     AFX_IDS_IDLEMESSAGE     "Ready"
  226. END
  227. STRINGTABLE DISCARDABLE 
  228. BEGIN
  229.     ID_INDICATOR_EXT        "EXT"
  230.     ID_INDICATOR_CAPS       "CAP"
  231.     ID_INDICATOR_NUM        "NUM"
  232.     ID_INDICATOR_SCRL       "SCRL"
  233.     ID_INDICATOR_OVR        "OVR"
  234.     ID_INDICATOR_REC        "REC"
  235. END
  236. STRINGTABLE DISCARDABLE 
  237. BEGIN
  238.     ID_FILE_NEW             "Create a new document\nNew"
  239.     ID_FILE_OPEN            "Open an existing document\nOpen"
  240.     ID_FILE_CLOSE           "Close the active document\nClose"
  241.     ID_FILE_SAVE            "Save the active document\nSave"
  242.     ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
  243.     ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
  244.     ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
  245.     ID_FILE_MRU_FILE1       "Open this document"
  246.     ID_FILE_MRU_FILE2       "Open this document"
  247.     ID_FILE_MRU_FILE3       "Open this document"
  248.     ID_FILE_MRU_FILE4       "Open this document"
  249.     ID_FILE_MRU_FILE5       "Open this document"
  250.     ID_FILE_MRU_FILE6       "Open this document"
  251.     ID_FILE_MRU_FILE7       "Open this document"
  252.     ID_FILE_MRU_FILE8       "Open this document"
  253.     ID_FILE_MRU_FILE9       "Open this document"
  254.     ID_FILE_MRU_FILE10      "Open this document"
  255.     ID_FILE_MRU_FILE11      "Open this document"
  256.     ID_FILE_MRU_FILE12      "Open this document"
  257.     ID_FILE_MRU_FILE13      "Open this document"
  258.     ID_FILE_MRU_FILE14      "Open this document"
  259.     ID_FILE_MRU_FILE15      "Open this document"
  260.     ID_FILE_MRU_FILE16      "Open this document"
  261.     ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"
  262.     ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"
  263.     ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
  264.     ID_EDIT_CLEAR           "Erase the selection\nErase"
  265.     ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
  266.     ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
  267.     ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
  268.     ID_EDIT_FIND            "Find the specified text\nFind"
  269.     ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"
  270.     ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
  271.     ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
  272.     ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
  273.     ID_EDIT_UNDO            "Undo the last action\nUndo"
  274.     ID_EDIT_REDO            "Redo the previously undone action\nRedo"
  275. END
  276.  
  277. STRINGTABLE DISCARDABLE 
  278. BEGIN
  279.     AFX_IDS_SCSIZE          "Change the window size"
  280.     AFX_IDS_SCMOVE          "Change the window position"
  281.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  282.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  283.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  284.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  285.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  286.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  287.     AFX_IDS_SCTASKLIST      "Activate Task List"
  288. END
  289.  
  290. #endif
  291.  
  292.  
  293. #ifndef APSTUDIO_INVOKED
  294. /////////////////////////////////////////////////////////////////////////////
  295. //
  296. // Generated from the TEXTINCLUDE 3 resource.
  297. //
  298.  
  299. #define _AFX_NO_SPLITTER_RESOURCES
  300. #define _AFX_NO_OLE_RESOURCES
  301. #define _AFX_NO_TRACKER_RESOURCES
  302. #define _AFX_NO_PROPERTY_RESOURCES
  303.  
  304. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  305. #ifdef _WIN32
  306. LANGUAGE 9, 1
  307. #pragma code_page(1252)
  308. #endif
  309. #include "res\\Tips.rc2"  // non-Microsoft Visual C++ edited resources
  310. #include "afxres.rc"      // Standard components
  311. #endif
  312.  
  313. #endif    // not APSTUDIO_INVOKED
  314.